home *** CD-ROM | disk | FTP | other *** search
/ PC World Multimedia Live! 1997 June / Multimedia Live (PC World)(June 1997 - Volume 2.12).ISO / sharware / tools / hj-ins~1 / exampl~3.scr < prev    next >
Text File  |  1996-12-28  |  2KB  |  58 lines

  1. <hide editbox>
  2. <hide label>
  3.  
  4. <set title>
  5. Example3
  6.  
  7. <Wait Message>
  8. Example 3 takes us one step further then the previous example. Not only will we create a directory and copy  files into it, we also will create a program group with items. When you have finished this script, you are ready to make an installation script yourself. As in the previous examples, it is recommended to have the printed version with you. Press 'Next' to continue.
  9.  
  10. <Set Message>
  11. The directory below will be created. You can change it if you like. Also the following files will be copied into the directory. It again is assumed that the files named install.exe, example1.script and example2.script are in the directory from which you run HJ-Install. Press 'Next'.
  12.  
  13. <create directory>
  14. c:\test3
  15.  
  16. <copy files>
  17. install.exe, Install.exe
  18. example1.script, example1.script
  19. example1.script, example1.txt
  20. example2.script, example2.script
  21. example2.script, example2.txt
  22. example2.script, example3.script
  23.  
  24. <readonly editbox>
  25. true
  26.  
  27. <Wait Message>
  28. The directory on your disk should now have been created, with the files Install.exe, example1.script, example1.txt, example2.script, example2.txt in it. Press 'Next'.
  29.  
  30. <set message>
  31. To create the program group displayed below, press 'Next'. If you want, you can change the program group.
  32.  
  33.  
  34. <Create Program Group>
  35. Test Example 3 HJ-Install
  36.  
  37. <Create Program Items>
  38. "install.exe" "example1.script", Execute example1
  39. "example1.txt", View example1
  40. "install.exe" "example2.script", Execute example2
  41. "example2.txt", View example2
  42.  
  43. <hide editbox>
  44. <hide label>
  45.  
  46. <set Title>
  47. Example3 Finished.
  48.  
  49. <set Message>
  50. This concludes Example3.
  51. You can safely remove the created directory and program group after you convinced yourself that every group-item does what it is supposed to.
  52. After studying these examples and the HJ-Install manual, you should be able to construct installation scripts yourself. Do not hesitate to mail me if you have any questions.
  53. Henk Hagedoorn, hjh@usa.net, Amsterdam, december 1996
  54.  
  55. <wait button>
  56. >> Finish <<
  57.  
  58. <end>